resize image using intervention laravel and save

70

Image::make(Storage::get('shops/'. $filename))
            ->fit(500)
            ->save(storage_path() . '/app/shops/resized-' . $filename);

Comments

Submit
0 Comments